ArcGIS API for Silverlight - Library Reference
SearchResultInfo<T> Class Members
See Also  Properties  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace : SearchResultInfo<T> Class


The following tables list the members exposed by SearchResultInfo<T>.

Public Properties

 NameDescription
public PropertyLimitGets the maximum number of results included in the result set response. The actual number of returned results may be less than Limit. This happens when the number of results remaining after StartIndex is less than Limit. (Inherited from ESRI.ArcGIS.Client.Portal.SearchResultInfo)
public PropertyNextStart Gets the index of the entry after the actual result set response (or -1 if there is no more objects). (Inherited from ESRI.ArcGIS.Client.Portal.SearchResultInfo)
public PropertyQuery Gets the query string used for the search. (Inherited from ESRI.ArcGIS.Client.Portal.SearchResultInfo)
public PropertyResults Gets the result set response.  
public PropertyStartIndex Gets the index of the first entry in the result set response. The index number is 1-based. (Inherited from ESRI.ArcGIS.Client.Portal.SearchResultInfo)
public PropertyTotalCount Gets the total number of objects that fit the search query (may be more than the actual number of returned results). (Inherited from ESRI.ArcGIS.Client.Portal.SearchResultInfo)
Top

See Also

© ESRI, Inc. All Rights Reserved.